﻿2026-08-18T08:00:42.5972081Z ##[group]Run actions/checkout@v5
2026-08-18T08:00:42.5972391Z with:
2026-08-18T08:00:42.5972615Z   repository: SaberMage/spt-shell-notify
2026-08-18T08:00:42.5972896Z   path: .adapter-notify
2026-08-18T08:00:42.5974804Z   token: ***
2026-08-18T08:00:42.5975020Z   ssh-strict: true
2026-08-18T08:00:42.5975240Z   ssh-user: git
2026-08-18T08:00:42.5975457Z   persist-credentials: true
2026-08-18T08:00:42.5975701Z   clean: true
2026-08-18T08:00:42.5975939Z   sparse-checkout-cone-mode: true
2026-08-18T08:00:42.5976198Z   fetch-depth: 1
2026-08-18T08:00:42.5976426Z   fetch-tags: false
2026-08-18T08:00:42.5976650Z   show-progress: true
2026-08-18T08:00:42.5976875Z   lfs: false
2026-08-18T08:00:42.5977083Z   submodules: false
2026-08-18T08:00:42.5977319Z   set-safe-directory: true
2026-08-18T08:00:42.5977577Z   allow-unsafe-pr-checkout: false
2026-08-18T08:00:42.5977825Z env:
2026-08-18T08:00:42.5978158Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32114194310-1-T7WVXQ
2026-08-18T08:00:42.5978693Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32114194310-1-T7WVXQ
2026-08-18T08:00:42.5979231Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32114194310-1-T7WVXQ
2026-08-18T08:00:42.5979698Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32114194310-1-T7WVXQ
2026-08-18T08:00:42.5980058Z ##[endgroup]
2026-08-18T08:00:42.6631188Z Syncing repository: SaberMage/spt-shell-notify
2026-08-18T08:00:42.6635572Z ##[group]Getting Git version info
2026-08-18T08:00:42.6636135Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-08-18T08:00:42.6657204Z [command]/usr/bin/git version
2026-08-18T08:00:42.6725120Z git version 2.43.0
2026-08-18T08:00:42.6743340Z ##[endgroup]
2026-08-18T08:00:42.6749690Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d6f53aa3-443a-42fa-93f3-89391ca04a6b/.gitconfig'
2026-08-18T08:00:42.6756415Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d6f53aa3-443a-42fa-93f3-89391ca04a6b' before making global git config changes
2026-08-18T08:00:42.6757302Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T08:00:42.6759119Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-18T08:00:42.6783876Z ##[group]Initializing the repository
2026-08-18T08:00:42.6786678Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-18T08:00:42.6810021Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-18T08:00:42.6810675Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-18T08:00:42.6811251Z hint: of your new repositories, which will suppress this warning, call:
2026-08-18T08:00:42.6811663Z hint: 
2026-08-18T08:00:42.6812027Z hint: 	git config --global init.defaultBranch <name>
2026-08-18T08:00:42.6812389Z hint: 
2026-08-18T08:00:42.6812784Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-18T08:00:42.6813338Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-18T08:00:42.6813762Z hint: 
2026-08-18T08:00:42.6814028Z hint: 	git branch -m <name>
2026-08-18T08:00:42.6814632Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-08-18T08:00:42.6820449Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-08-18T08:00:42.6844151Z ##[endgroup]
2026-08-18T08:00:42.6844613Z ##[group]Disabling automatic garbage collection
2026-08-18T08:00:42.6846369Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T08:00:42.6868487Z ##[endgroup]
2026-08-18T08:00:42.6868859Z ##[group]Setting up auth
2026-08-18T08:00:42.6873670Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T08:00:42.6894796Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T08:00:42.7073979Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T08:00:42.7095897Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T08:00:42.7278126Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T08:00:42.7302838Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T08:00:42.7490737Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T08:00:42.7519503Z ##[endgroup]
2026-08-18T08:00:42.7520000Z ##[group]Determining the default branch
2026-08-18T08:00:42.7522633Z Retrieving the default branch name
2026-08-18T08:00:43.2688833Z Default branch 'main'
2026-08-18T08:00:43.2690172Z ##[endgroup]
2026-08-18T08:00:43.2690580Z ##[group]Fetching the repository
2026-08-18T08:00:43.2694299Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-08-18T08:00:43.9145414Z From https://github.com/SaberMage/spt-shell-notify
2026-08-18T08:00:43.9177109Z  * [new branch]      main       -> origin/main
2026-08-18T08:00:43.9178914Z ##[endgroup]
2026-08-18T08:00:43.9179614Z ##[group]Determining the checkout info
2026-08-18T08:00:43.9182229Z ##[endgroup]
2026-08-18T08:00:43.9187872Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T08:00:43.9261902Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T08:00:43.9286865Z ##[group]Checking out the ref
2026-08-18T08:00:43.9289587Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-18T08:00:43.9326034Z Switched to a new branch 'main'
2026-08-18T08:00:43.9326329Z branch 'main' set up to track 'origin/main'.
2026-08-18T08:00:43.9330413Z ##[endgroup]
2026-08-18T08:00:43.9361101Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T08:00:43.9380323Z ee2d37eadc730c0019e0af82d683074c509634a2
